:root {
  --p-color: #3e95ff;
  --s-color: #ffffff;
  --t-color: #000000;




  --background-item: #121826;
  --background-item-hover: #ffffff;
  --item-non-hover: #FEFEFE;
  --text-link: #C9CDD2;
  --text-link-accent: #DADBDE;
  --line-color: #222836;



  --white: #FFF;
  --background: #060D23;
  --background-hover: #383D4F;
  --primary-blue: #3e95ff;
  --blue-gray: #f4fcff;














  --text-color: #ffffff;
    --footer-bg: #000000;
    --footer-bottom-bg: #ffffff;
    --white: white;
    --link-color: #3e95ff;
    --link-hover: #3e95ff;
    --button-border: #3d689a;


    --background: transparent;
    --primary-color: #3e95ff;
    --secondary-color: #000000;
}
























body {
    background-color: rgb(0, 0, 0); /*indique la couleur de fond de la page web*/
    font-family: 'speedyblack_italic';
    height: 100vh;
    margin: 0;
    padding: 0;
    min-width: 585px;
    overflow-x: hidden;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*
    box-shadow: 0 0 0 3px red inset;
  */
  }
  /**/
  /*POLICE*/
  @font-face {
    font-family: 'nevrada_neueuploaded_file';
    src: url('../POLICE/nevrada_neue-webfont.woff2') format('woff2'),
         url('../POLICE/nevrada_neue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'speedyblack_italic';
    src: url('../POLICE/speedy-blackitalic-webfont.woff2') format('woff2'),
         url('../POLICE/speedy-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  
  }
  
  
  @font-face {
    font-family: 'akira_expandedsuper_bold';
    src: url('../POLICE/akira_expanded_demo-webfont.woff2') format('woff2'),
         url('../POLICE/akira_expanded_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'calvierregular';
    src: url('../POLICE/calvier-webfont.woff2') format('woff2'),
         url('../POLICE/calvier-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  
  
  @font-face {
    font-family: 'bisonbold';
    src: url('../POLICE/bison-bold-webfont.woff2') format('woff2'),
         url('../POLICE/bison-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  
  /*TEXTE / TITRE*/
  h1 {
    font-family: 'Overpass', sans-serif;
    color: rgb(156, 20, 20);
    text-align: center;
    margin-left: 30px;
    font-size: 600%;
    cursor: grab;
   justify-content: center;
   margin-bottom: 75px;
  
  }
  
  h2 {
    color:#18A7FA; 
    position: relative;
    letter-spacing: 4px;
    text-align: left;

    margin-left: 5px;
  }
  h3{
    font-size: 155%;
    font-family: 'speedyblack_italic';
    color:#000000;
    
  }
  h4 {
    font-family: 'speedyblack_italic';
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: grab;
    z-index: -5;
    /*padding-left: 22.5%;*/
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
  }
  h5 {
    color: #000000;
    text-align: left;
    margin-left: 30px;
    margin-top: 60px;
    text-decoration: underline black 3px;
    font-size: 120%;
  }
  p {
    color: rgb(0, 0, 0);
    position: relative;
    height: 10%;
    font-size: 150%;
    right: 50px;
    margin-top: 2px;
    letter-spacing: 4px;
    text-align: left;
    font-family: "nevrada_neueuploaded_file";
  }
  p {
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 100%;
    letter-spacing: 2px;
    margin-left: 50px;
    font-family: 'speedyblack_italic';
  }
  .p3 {
    color: rgb(255, 255, 255);
    font-family: "nevrada_neueuploaded_file";
    text-align: start;
    margin-left: 100px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
  }
  .p4{
    color: #18A7FA;
    position: relative;
    top: 5px;
    height: 10%;
    font-size: 150%;
    right: 50px;
    margin-top: 5%;
    letter-spacing: 8spx;
    text-align: left;
    font-family: "nevrada_neueuploaded_file";
    border-style: solid;
    border-width: 2px;
    border-color: #18A7FA;
    margin: 5px;
  }
  
  
  a {
    text-decoration: none;
    color: #ffffff;
  
    transition: color 0.3s ease;
  }
  
  a:hover {
    color: #000000;
  }
  
  .a-premium{
    text-decoration: none;
    color: #000000;
    transition: transform .2s;
    transition: color 0.3s ease;
  }
  
  .a-premium :hover{
    transform: scale(1.05);
  }
  
  
  
  
  .a1 {
    position: absolute;
    top: 3%;
    right: 0%;
    text-decoration: none;
    color:#18A7FA;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .a1:hover {
    color: #000000;
  }
  .a-buttom {
    text-decoration: none;
    color: #000000;
  
    transition: color 0.3s ease;
  }
  
  .a-buttom:hover {
    color: #18A7FA;
  }
  
  .a-buttom {
    text-decoration: none;
    color: #000000;
  
    transition: color 0.3s ease;
  }
  
  .a-buttom:hover {
    color: #18A7FA;
  }
  
  
  
  .a1 {
    position: absolute;
    top: 3%;
    right: 0%;
    text-decoration: none;
    color:#18A7FA;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .a1:hover {
    color: #000000;
  }
  .a-buttom {
    text-decoration: none;
    color: #000000;
  
    transition: color 0.3s ease;
  }
  
  .a-buttom:hover {
    color: #18A7FA;
  }
  
  


  
  .a1 {
    position: absolute;
    top: 3%;
    right: 0%;
    text-decoration: none;
    color:#18A7FA;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .a1:hover {
    color: #000000;
  }
  .a-buttom {
    text-decoration: none;
    color: #000000;
  
    transition: color 0.3s ease;
  }
  
  .a-buttom:hover {
    color: #18A7FA;
  }
  
 



  h1 {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    padding: 40px 20px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
  }
    .elegantshadow {
      color: #131313;
      text-shadow: 
        1px -1px 0 #767676, 
        -1px 2px 1px #737272, 
        -2px 4px 1px #767474, 
        -3px 6px 1px #787777, 
        -4px 8px 1px #7b7a7a, 
        -5px 10px 1px #7f7d7d, 
        -6px 12px 1px #828181, 
        -7px 14px 1px #868585, 
        -8px 16px 1px #8b8a89, 
        -9px 18px 1px #8f8e8d, 
        -10px 20px 1px #949392, 
        -11px 22px 1px #999897, 
        -12px 24px 1px #9e9c9c, 
        -13px 26px 1px #a3a1a1, 
        -14px 28px 1px #a8a6a6, 
        -15px 30px 1px #adabab, 
        -16px 32px 1px #b2b1b0, 
        -17px 34px 1px #b7b6b5, 
        -18px 36px 1px #bcbbba, 
        -19px 38px 1px #c1bfbf, 
        -20px 40px 1px #c6c4c4, 
        -21px 42px 1px #cbc9c8, 
        -22px 44px 1px #cfcdcd, 
        -23px 46px 1px #d4d2d1, 
        -24px 48px 1px #d8d6d5, 
        -25px 50px 1px #dbdad9, 
        -26px 52px 1px #dfdddc, 
        -27px 54px 1px #e2e0df, 
        -28px 56px 1px #e4e3e2;
    }









































  



















/*DIV DE PRESENTATION (PREMIERE CHOSE VISIBLE DU SITE)*/
.MOCKUPS {
  position: absolute;
  left: 0;
  right: 0;
  top: 29vh;
  right: -33vh;
  margin: auto;
  width: 90vh;
  z-index: -0;
}
.degrade{
  position: absolute;
  bottom: 0px;
  height: 1000px;
  width: 100%;
  z-index: 1;
}
.bloc{
  background-image:transparent;
  position: relative;
  height: 101%;
  width: 100%;
  overflow: hidden;
  
}

.VIDEOPORTABLE{    
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 2;
  border-radius: 30px;
  width: 36vh;
  top: 30.5vh;}


.presentation{
  position: relative;
  top: 25%;
  height: 100%;
  z-index: -5;
}




































/*MENU vertical*/

nav {
  width: 100%;
  
}

a {
  cursor: pointer;
}

.avatar-wrapper:hover .img-top {
    display: inline;
    transition: all 0.2s ease-in-out;
}
    .navigation__menu {
      background-color: var(
          --background
      );
      z-index: 3;
      background-color: #18A7FA;
      border-left: 1px solid var(--github-dark-border);
      height: 100vh;
      opacity: 1;
      display: flex;
      width: 100%;
      flex-direction: column;
      padding: 12px;
      right: 0;
      position: fixed;
      box-shadow: 
      rgba(100, 100, 111, 0.2)
      0px 7px 29px 0px;
      animation: fadeInAnimation 
      ease-in-out 0.5s forwards;
    }
    
    .navigation__menu__items {
      display: flex;
      flex-direction: column;
      gap: 8px;
      list-style-type: none;
      margin: 0px;
      margin-top: 30px;
      padding: 0px;
      color: var(--github-button-hover);
    }
    
    .navigation__menu__items> a > li {
      font-weight: bold;
      font-style: italic;
      display: flex;
      height:50px;
      border-radius: 6px;
      align-items: center;
      cursor: pointer;
      padding: 0px 10px;
      justify-content: start;
      user-select: none;
      font-size: 20px;
      font-family: 'speedyblack_italic';
      gap: 1rem;
      border: none;
      width: 100%;
      background: transparent;
      transition: all ease-in-out 0.25s;
      color: var(--s-color);
    }
    
    .navigation__menu__items > li:hover {
      background-color: var(--navigation-hover);
      color: var(--github);
    }
    
    .navigation__menu__items > li > svg {
      fill: var(--github);
      font-size: 100px;
    }
    
    .navigation__menu__items > .separator {
      display: flex;
      align-items: center;
      height: 10px;
      padding: 0px;
    }
    
    .navigation__menu__items > .separator:hover  {
      background-color: var(--background);
    }
    
    .navigation__menu__items > .separator > hr {
      border: 1px solid var(--github-dark-border);
      width: 100%;
    }
    
    .avatar-wrapper {
      display: flex;
      height: 40px;
      font-size: 20px;
      gap: 8px;
      align-items: center;
    }
    
    .avatar-wrapper .avatar-profile {
      width: 42px;
      height: 42px;
    }
    
    .avatar-name-wrapper {
      display: flex;
      flex-direction: column;
    }
    
    .avatar-name-alias {
      color: var(--t-color);
      font-weight: 600;
    }
    
    .avatar-name {
      color: var(--t-color);
      font-size: 12px;
    }
    
    .close-button {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      margin-left: auto;
      cursor: pointer;
      height: 32px;
      width: 32px;
    }
    
    .close-button:hover {
      background-color: var(--navigation-hover);
    }
    
    .close-button svg {
      height: 25px;
      width: 25px;
      fill: var(--github);
    }
    
    @keyframes fadeInAnimation {
      0% {
          opacity: 0;
          visibility: hidden;
          max-width: 0px;
      }
      100% {
          opacity: 1;
          visibility: visible;
          max-width: 320px;
      }
    }
    
    .none {
      display: none;
    }
    
    .hide {
      opacity: 0;
      visibility: hidden;
      animation: fadeOutAnimation 
    }
    
    @keyframes fadeOutAnimation {
      0% {
          opacity: 1;
          max-width: 320px;
          visibility: visible;
      }
      100% {
          opacity: 0;
          max-width: 0px;
          visibility: hidden;
      }
    }


    @media (max-width: 990px) {
      .menu {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: 20%;
        opacity: 0;
      }
      
    }
    
    
    .burger{
      position: absolute;
      top: 30px;
      right: 30px;
    }
    
    
    .menu {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: stretch;
      height: 20%;
    }
    
    .menu li {
      display: inline-block;
      width: auto;
      height: 100px;
      transition: all 0.3s ease-in-out;
      font-family: 'speedyblack_italic';
    }
    
    .menu li:hover .submenu {
      height: 85px;
    }
    
    .menu > li:hover > a {
      color: var(--link-color);
    }
    
    .menu > li:hover > a::before {
      visibility: visible;
      scale: 1 1;
    }
    
    .submenu {
      overflow: hidden;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: stretch;
      width: 100%;
      background-color: var(--link-color);
      height: 0%;
      box-sizing: border-box;
      transition: height 0.3s ease-in-out;
      z-index: 10;
    }
    .menu li .submenu a {
      color: #fff;
      opacity: 0;
      font-size: 16px;
      transition: opacity 0.25s;
      z-index: 10;
    }
    
    .menu > li:hover .submenu a {
      opacity: 1;
    }
    
    .menu > li .submenu a:hover {
      background: rgb(0 0 0 / 20%);
      z-index: 10;
    }
    
    .menu > li a {
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      text-decoration: none;
      position: relative;
      height: 120%;
      z-index: 10;
      font-family: 'speedyblack_italic';
    }
    
    .menu > li > a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 3px;
      align-items: center;
      justify-content: center;
      left: 0px;
      background-color: var(--link-color);
      transition: all 0.2s ease-in-out;
      scale: 0 0;
      visibility: hidden;
      z-index: 10;
    }
























































/*LOGO PRINCIAPALE*/




.logo1 {
  position: absolute;
  height: 10%;
  width: 200px;
}
.logosimple {
  position: absolute;
  width: 100%;
  margin-left: 5%;
  object-fit: contain;
  transition: transform .5s;
}

.logosimple:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  }

















































































  



















/*  MENU HORIZONTAL BAR DROITE  */

.figure img.Sirv.image-hover {
  position: absolute;
  left:6%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.main-item:hover img.Sirv.image-hover {
  opacity: 1;
}
.dropdown > ul > li a:hover img.Sirv.image-hover {
  opacity: 1;
}
.dropdown > ul > li  img.Sirv.image-hover {
  position: absolute;
  left:5%;
  object-fit: contain;
  opacity: 0;
  transition: opacity ;
}

.dropdown > ul > li > a


  
    
.dropdowns {
  min-width: 10rem;
  width: 100%;
  max-width: 16rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: transparent;
  font-family: 'speedyblack_italic';
  font-size: 20px;
}

.main-items {
  padding: 0.5rem;
  height: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  border-radius: 0.5rem;
  user-select: none;
  font-size: 1rem;
  font-family: 'speedyblack_italic';
  font-size: 20px;
  gap: 1rem;
  border: none;
  width: 100%;
  background: transparent;
  transition: all ease-in-out 0.25s;
  color: var(--s-color);
}
.main-items:hover {
  background-color: #ffd700 ;
  text-align: center;
}

.a-prenuim {
  -webkit-transition: color 0s;
  transition: color 0s;

}
.a-prenuim:hover {
  color: #ffffff;
}

.main-items--open + ul {
  visibility: visible;
  max-height: 400px;
  padding-left: 22px;
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main-items svg {
  stroke: var(--item-non-hover);
  transition: all ease-in-out 0.25s;
}

.main-items:hover svg {
  stroke: var(--t-color);
}

.main-items--open {
  border-radius: 8px;
  transition: all 200ms;
  color: var(--s-color);
}

.main-items--open:hover {
  color: var(--t-color);
  border-radius: 8px;
  background-color: var(
    --background-item-hover);
}

.main-items--open svg {
  stroke: var(--s-color);
}
  
  
  



.dropdown {
  min-width: 10rem;
  width: 100%;
  max-width: 16rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: transparent;
  font-family: 'speedyblack_italic';
  font-size: 20px;
}

.main-item {
  padding: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  border-radius: 0.5rem;
  user-select: none;
  font-size: 1rem;
  font-family: 'speedyblack_italic';
  font-size: 20px;
  gap: 1rem;
  border: none;
  width: 100%;
  background: transparent;
  transition: all ease-in-out 0.25s;
  color: var(--s-color);
}

.main-item:hover {
  background-color: var(--s-color) ;
  color: var(--t-color);
}

.main-item svg {
  stroke: var(--item-non-hover);
  transition: all ease-in-out 0.25s;
}

.main-item:hover svg {
  stroke: var(--t-color);
}

.main-item--open {
  border-radius: 8px;
  transition: all 200ms;
  color: var(--s-color);
}

.main-item--open:hover {
  color: #000000;
  border-radius: 8px;
  background-color: var(
    --background-item-hover);
}

.main-item--open svg {
  stroke: var(--s-color);
}

.dropdown > ul {
  max-height: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 14px;
  opacity: 0;
  font-size: smaller;
  visibility: hidden;
  transition: all ease-in-out 0.2s;
}

.main-item--open + ul {
  visibility: visible;
  max-height: 400px;
  padding-left: 22px;
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dropdown > ul > li {
  height: 48px;
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  align-items: center;
  border-left: 2px solid var(--s-color);
}

.dropdown > ul > li > a {
  color: var(--s-color);
  padding: 1rem 0.75rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0.5rem;
  margin-left: 1rem;
  width: 100%;
}

.dropdown > ul > li:hover {
  color: var(--p-color);
  cursor: pointer;
}

.dropdown > ul > li:hover > a {
  color: var(--t-color);
  background: var(--background-item-hover);
  width: 100%;
}

.expand-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  transform: rotate(90deg);
}

.main-item--open > .expand-icon {
  transform: rotate(-90deg);
}






/* Sidenav menu */
.sidenav {
  height: 100vh;
  width: 320px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -320px;
  background-color: var(--link-color);
  padding-top: 80px;
  transition: right 0.5s ease;
}
/* Sidenav menu links */
.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: var(--s-color);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #111;
}

.sidenav ul {
  list-style-type: none;
  padding: 1px;
  margin-left: 10px;
}

/* Active class */
.sidenav.active {
  right: 0;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 66px;
}

/* Icône burger */
.burger-icon span {
  display: block;
  position: relative;
  width: 80%;
  height: 10%;
  background-color: rgb(255, 255, 255);
  margin: 8px 0;
}
.menu-burger{
  position: absolute;
  top: 10px;
  height: 100px;
  width: 200px;
}
.menu-burger-img{
  height: auto;
  width: 100%;
  object-fit: cover;
}






/*BOUTTON PROFIL DU MENU HORIZONTAL A DROITE*/



.avatar-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.avatar-wrapper .avatar-profile {
  width: 32px;
  height: 32px;
  border-radius: 20px;
}

.avatar-name-wrapper {
  display: flex;
  flex-direction: column;
  transform: translate(80px , -160%);
  height: 100%;
  width: 100%;
}




.avatar-wrapper .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}

.avatar-profile{
margin-top: 15px;
width: 70px;
height:70px;
border-radius: 1000px;
object-fit: scale-down;

}
.avater-profil-image{
cursor: pointer;
object-fit: cover;
height: 70px;
}


.boutton-profil{
position: absolute;
width: 100%;
height: 10%;
padding-left: 20px;
bottom: 0px;
}
.boutton-profil:hover{

margin-left: 0px;
height: 10%;
cursor: pointer;
align-items: center;
justify-content: start;
border-radius: 0.5rem;
user-select: none;
font-size: 1rem;
font-family: 'speedyblack_italic';
font-size: 20px;
gap: 1rem;
border: none;
width: 100%;
background: transparent;
transition: all ease-in-out 0.25s;
background-color: var(--s-color);
/*
height: 100px;
display: flex;
cursor: pointer;
align-items: center;

justify-content: start;
border-radius: 0.5rem;
user-select: none;
font-size: 1rem;
font-family: 'speedyblack_italic';
font-size: 20px;
gap: 1rem;
border: none;
width: 100%;
background: transparent;
transition: all ease-in-out 0.25s;
color: var(--s-color);
*/
}

.menu-vertical-logo{
position: absolute;
width: 80%;
height: 50px;
top: 0px;
}
.menu-vertical-logo:hover{
cursor: pointer;
}




































.container-information{
  width: 100%;
  height: auto;

  background-color: var(--t-color);
}



.INFORMATION-r{
  position: absolute;
  width: 50%;
  height:auto;
  max-height: 475px;
  margin-left: 50%;
  transform: translate(-0%, -100%);

}

.INFORMATION-r-image{
object-fit: cover;
width: 100%;
max-height: 500px;
min-height: 454px;
height: 100%;
position: relative;

}





.INFORMATION{
  height: auto;
  font-family: 'speedyblack_italic';
  width: 50%;
  background-color: var(--t-color);
  padding-bottom: 150px;
  padding-top: 25px;
}

.faq-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 16px;
  padding: 2em;
  border-radius: 1em;
  align-items: left;
  background-color: var(--t-color);
}

details {
  font-size: 1rem;
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
  position: relative;
  max-width: 600px;
  transition: all 0.3s ease-in-out;
}

details:hover {
  background-color: var(--t-color);
  box-shadow: 1px 1px 30px var(--s-color);
}




details[open] {
  background-color: transparent;
  box-shadow: 1px 1px 30px var(--s-color);
}

details[open] .faq-title {
  color: var(--p-color);
}

summary {
  user-select: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  list-style: none;
  padding: 1em;
  align-items: center;
}

summary svg {
  stroke: var(--s-color);
}
summary:hover svg {
  stroke: var(--p-color);
}


details[open] summary svg {
  stroke: var(--p-color);
  transform: rotate(90deg);
}

summary:hover .faq-title {
  color: var(--p-color);
}

summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}


.faq-title {
  color: var(--s-color);
  width: 90%;
  transition: all 250ms ease-in-out;
}

.faq-content {
  color: var(--s-color);
  padding: 1em 1em 1em 1em;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

.expand-icon {
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 10px;
  transition: all 150ms ease-out;
}




























































    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
    text-transform: uppercase;
}































































































@media (min-width: 1084px) {
  .prix{
    height: 100%;
    width: 40%;
    background-color: var(--p-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5px;
  }
  
}

@media (max-width: 1084px) {
  .prix{
    height: 100%;
    background-color: var(--p-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5px;
  }
  
}









.wrapper{
  width: 400px;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0px 0px 17px 5px var(--t-color);
  transition: transform .5s;
}

.wrapper:hover{
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
  }
.wrapper header{
  height: 55px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 30px;
  position: relative;
}
header label{
  height: 100%;
  z-index: 2;
  width: 30%;
  display: flex;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
#tab-1:checked ~ header .tab-1,
#tab-2:checked ~ header .tab-2,
#tab-3:checked ~ header .tab-3{
  color: #fff;
}
header label:nth-child(2){
  width: 40%;
}
header .slider{
  position: absolute;
  height: 85%;
  border-radius: inherit;
  background: var(--p-color);
  transition: all 0.3s ease;
}
#tab-1:checked ~ header .slider{
  left: 0%;
  width: 90px;
  transform: translateX(5%);
}
#tab-2:checked ~ header .slider{
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
}
#tab-3:checked ~ header .slider{
  left: 100%;
  width: 95px;
  transform: translateX(-105%);
}
.wrapper input[type="radio"]{
  display: none;
}
.card-area{
  overflow: hidden;
}
.card-area .cards{
  display: flex;
  width: 300%;
}
.cards .row{
  width: 33.4%;
}
.cards .row-1{
  transition: all 0.3s ease;
}
#tab-1:checked ~ .card-area .cards .row-1{
   margin-left: 0%;
}
#tab-2:checked ~ .card-area .cards .row-1{
  margin-left: -33.4%;
}
#tab-3:checked ~ .card-area .cards .row-1{
   margin-left: -66.8%;
}
.row .price-details{
  margin: 20px 0;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.price-details .price{
  font-size: 65px;
  font-weight: 600;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}
.price-details .price::before,
.price-details .price::after{
  position: absolute;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.price-details .price::after{
  content: "/mois";
  right: -53px;
  bottom: 10px;
  font-size: 20px;
}
.price-details p{
  font-size: 18px;
  margin-top: 5px;
}
.row .features li{
  display: flex;
  font-size: 15px;
  list-style: none;
  margin-bottom: 10px;
  align-items: center;
}
.features li i{
  background: var(--p-color);
  background-clip: text;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.features li span{
  margin-left: 10px;
}
.wrapper button{
  width: 100%;
  border-radius: 25px;
  border: none;
  outline: none;
  height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  background: var(--p-color);
  transition: transform 0.3s ease;
}
.wrapper button:hover{
  transform: scale(0.98);
}








@media (min-width: 1084px) {
  .container{
    padding-top: 5%;
    width: 60%;
    z-index: 2px;
  
      min-height: 100vh;
      background: var(--p-color);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      padding-bottom: 10%;
  }
  
}

@media (max-width: 1084px) {
  .container{
    padding-top: 5%;
    z-index: 2px;
  
      min-height: 100vh;
      background: var(--p-color);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      padding-bottom: 10%;
  }
  
}

.container form{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 25px var(--t-color);
    padding: 20px;
    width: 50%;
    padding-top: 160px;
}

.container form .inputBox{
    margin-top: 20px;
}

.container form .inputBox span{
    display: block;
    color:#999;
    padding-bottom: 5px;
}

.container form .inputBox input,
.container form .inputBox select{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border:1px solid rgba(0,0,0,.3);
    color:#444;
}

.container form .flexbox{
    display: flex;
    gap:15px;
}

.container form .flexbox .inputBox{
    flex:1 1 150px;
}

.container form .submit-btn{
    width: 100%;
    background: var(--t-color);
    margin-top: 20px;
    padding: 10px;
    font-size: 20px;
    color:#fff;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s linear;
}

.container form .submit-btn:hover{
    letter-spacing: 2px;
    opacity: .8;
}

.container .card-container{
    margin-bottom: -150px;
    position: relative;
    height: 250px;
    width: 40%;
    min-width: 350px;
}

.container .card-container .front{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; left: 0;
    background:linear-gradient(45deg, #18A7FA, rgb(0, 0, 0));
    border-radius: 5px;
    backface-visibility: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,.2);
    padding:20px;
    transform:perspective(1000px) rotateY(0deg);
    transition:transform .4s ease-out;
}

.container .card-container .front .image{
  position: relative;
    top: 10%;
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding-top: 10px;
}

.container .card-container .front .image img{
    height: 50px;
}

.container .card-container .front .card-number-box{
    padding:30px 0;
    font-size: 22px;
    color:#fff;
}

.container .card-container .front .flexbox{
    display: flex;
}

.container .card-container .front .flexbox .box:nth-child(1){
    margin-right: auto;
}

.container .card-container .front .flexbox .box{
    font-size: 15px;
    color:#fff;
}

.container .card-container .back{
    position: absolute;
    top:0; left: 0;
    height: 100%;
    width: 100%;
    background:linear-gradient(45deg, #18A7FA, rgb(0, 0, 0));
    border-radius: 5px;
    padding: 20px 0;
    text-align: right;
    backface-visibility: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,.2);
    transform:perspective(1000px) rotateY(180deg);
    transition:transform .4s ease-out;
}

.container .card-container .back .stripe{
    background: #000;
    width: 100%;
    margin: 10px 0;
    height: 50px;
}

.container .card-container .back .box{
    padding: 0 20px;
}

.container .card-container .back .box span{
    color:#fff;
    font-size: 15px;
}

.container .card-container .back .box .cvv-box{
    height: 50px;
    padding: 10px;
    margin-top: 5px;
    color:#333;
    background: #fff;
    border-radius: 5px;
    width: 100%;
}

.container .card-container .back .box img{
    margin-top: 30px;
    height: 30px;
}



#image-container {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #000000;
  position: relative;
  margin-bottom: 20px;
}

#uploaded-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#upload-input {
  display: none;
}

#upload-label {
  background-color: #3498db;
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transition: background-color 0.3s;
}

#upload-label:hover {
  background-color: #2980b9;
}








.twitch-embed{
  position: relative;
  height: 1611px;
  width: 911px;
}






























































/*BAS DE PAGE*/




.footer-wrapper {
  display: flex;
  flex-direction: column;

  width: 100%;
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 16px;
}

.footer-logo-columns {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 4;
  gap: 48px 16px;
}

.footer-legal-commentaire{
  width: 100%;
  height: auto;
}



.subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 8rem;
  color: var(--white);
  text-decoration: none;
  font-size: 1rem;
  height: 3rem;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: var(--secondary-color);
  border: 2px solid var(--white);
  border-radius: 0.375rem;
  transition: all 0.5s ease-in-out;
}

.subscribe-btn:hover {
  border: 3px solid var(--secondary-color);
  background-color: var(--white);
  color: var(--secondary-color);
}




.footer-logo {
  margin-bottom: 2rem;
  width: 3rem;
}

.image-pub{
  height: 10px;
}





.footer-logo-column {
  display: flex;
  grid-area: footer-logo;
  flex-direction: column;
  min-width: 16rem;
  flex-grow: 1;
  padding: 16px;
  background-color: var(--link-color);
}

.footer-logo-column p {
  color: var(--text-color);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.footer-logo-column h3 {
  color: var(--white);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* other columns */


.other-columns {
  width: 100%;
  height: auto;
  margin-left: 50px;
  
}

.other-columns ul {
  display: flex;
  gap: 0.75rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-weight: 600;
  padding-top: 2rem;
  margin-bottom: 16px;
}

.other-columns ul a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.85rem;
}

.other-columns ul a:hover {
  text-decoration: underline;
}

.other-columns h3 {
  color: var(--link-color);
  margin-bottom: 1rem;
  font-size: 1,5rem;
  margin-top: 16px;

}

.footer-logo svg {
  fill: var(--white);
}

/*? Footer bottom */
.footer-bottom {
  margin-top: 48px;
  width: 100%;
  padding: 1rem 0px;
  color: var(--text-color);
  background-color: var(--footer-bottom-bg);
}

.footer-bottom-wrapper {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 1rem;
}

.footer-bottom small {
  font-size: 1rem;
  display: inline;
  white-space: nowrap;
}

.footer-bottom-links {
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.footer-bottom-links a {
  color: var(--link-color);
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom-links a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

.footer-bottom>small {
  font-size: 1rem;
  margin: 0 auto;
  width: 100%
}

/*? socials */
.social-wrapper {
  display: flex;
  gap: 0.5rem;
  margin: 0 auto;
}

.social-links {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.social-links img {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.social-links img:hover {
  transform: scale(1.1);
}

.social-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style-type: none;
}

.footer-bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*? footer containers */
footer {
  padding-top: 210px;
  background-color: var(--footer-bg);
  width: 100%;
  bottom: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;

}

.bloc-discussion {
  position: relative;
  height: 100%;
  width: 200%;
  right: 0px;
  min-width: 300px;
  display: inline-block;
}






.avatar {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
}

.discussion {
  background-color: var(--white);
  border-radius: 1rem;
  position:absolute;
  top: 5%;
  margin: 20px;
  min-width: 16rem;
  max-width: 25rem;
  user-select: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.discussion__header {
  background-color: var(--gray-light);
  border-bottom: var(--gray-borders);
  display: flex;
  gap: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}

.discussion__header textarea {
  border: 1px solid var(--gray-borders);
  padding: 0.5rem;
  border-radius: 0.25rem;
  height: 3rem;
  transition: height 0.3s ease-in-out;
  resize: none;
  width: 100%;
  font-family: 'speedyblack_italic';
}

.discussion__header textarea:focus {
  outline: none;
  height: 5rem;
  border: 1px solid var(--primary);
}

.comment {
  display: flex;
  padding: 1rem;
  min-height: 6rem;
  gap: 0.5rem;
  border-bottom: 1px solid var(--gray-borders);
  font-family: 'speedyblack_italic';
}

.newcomment__toolbar {
  justify-content: end;
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
}

.newcomment__toolbar button {
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-family: 'speedyblack_italic';
}

.button--primary {
  background-color: var(--link-color);
  color: var(--white);
  min-width: 5rem;
}

.comment__text {
  font-size: 0.75rem;
}

.comment__author {
  font-size: 0.8rem;
}

.comment__date {
  font-size: 0.75rem;
  margin-left: 0.2rem;
  color: var(--gray-dark);
}


.social-media-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}

.social-media-buttons li {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  background-color: var(--primary-color);
  place-items: center;
  transition: all 0.3s;
  border: 1px solid var(--primary-color);
}

.social-media-buttons li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--secondary-color);
}

.social-media-buttons li:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
}

.social-media-buttons li a svg {
  height: 24px;
  width: 24px;
  stroke: var(--secondary-color);
  stroke-width: 1.75;
  transition: 0.8s;
}

.social-media-buttons li:hover svg {
  stroke: var(--primary-color);
  transform: rotateY(360deg);
  stroke-width: 1.75;
}


@media (min-width: 320px) {
  .other-columns {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 600px) {
  .other-columns {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
  }

  .footer-bottom-wrapper {
      flex-direction: row;
  }


  .footer-bottom-links {
      margin-left: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .footer-bottom {
    margin-top: 150px;
  }
}

@media (max-width: 800px) {
  .footer-top {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 1rem 0.5rem 2rem 0.5rem;
  }
}


@media (max-width: 1084px) {

  .formule-prix {
    background-color: chartreuse;
    /* height: 100%; */
    width: 100%;
    /* display: flex; */
}

}
@media (min-width: 1084px) {

  .formule-prix {
    background-color: chartreuse;
    height: 100%;
    width: 100%;
    display: flex; 
}

}




















































